* lisp/emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 16 Dec 2013 02:24:08 +0000 (21:24 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 16 Dec 2013 02:24:08 +0000 (21:24 -0500)
commitadbc34df1f18f9f2f26fbc86ecb7cb5f8d2c3ebc
tree8fb15ad46f22bbc3d97cf099ae0c746df298c0be
parentbea6c4953332d14cc7f5fdb491aa7e2dbbd8651f
* lisp/emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
(cua--deactivate-rectangle): Don't deactivate the mark.
(cua-set-rectangle-mark): Don't set mark-active since
cua--activate-rectangle already does it for us.
(cua--rectangle-highlight-for-redisplay): Unhighlight a previous
non-rectangular region.

* lisp/emulation/cua-base.el (cua-repeat-replace-region):
Use with-current-buffer.

* lisp/net/gnutls.el: Use cl-lib.
(gnutls-negotiate): `mapcan' -> cl-mapcan.
etc/NEWS
lisp/ChangeLog
lisp/emulation/cua-base.el
lisp/emulation/cua-rect.el
lisp/net/gnutls.el
lisp/rect.el